home *** CD-ROM | disk | FTP | other *** search
/ Mobility 2001 June / Mobility_2001-06_cd.bin / Programy / Pro telefony / Nokia / 7110expl.exe / smscom.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-12  |  294 b   |  15 lines

  1.  
  2. #ifdef SMSCOM_EXPORTS
  3. #define SMSCOM_API __declspec(dllexport)
  4. #else
  5. #define SMSCOM_API __declspec(dllimport)
  6. #endif
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10.  
  11. SMSCOM_API int smscom (int op_code, char *src_telnum, char *dest_telnum, char *smstxt, char *statustext);
  12. }
  13.  
  14. #endif __cplusplus
  15.